Html Css Color HEX #274BBE Cerulean Blue

📋 copy color: '#274BBE'

red 39 ◦ green 75 ◦ blue 190

#274BBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #274BBE

Tints of Cerulean Blue #274BBE

RGB

 RED value IS 39 (15.63% from 255) = 12.83%

 GREEN value IS 75 (29.69% from 255) = 24.67%

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 12.83%
G = 24.67%
B = 62.5%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#274BBE (or 0x274BBE) is known color: Cerulean Blue. HEX triplet: 27, 4B and BE. RGB value is (39,75,190). Sum of RGB (Red+Green+Blue) = 39+75+190=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #274BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BBE is #D8B441. Grayscale: #4C4C4C. Windows color (decimal): -14201922 or 12471079. OLE color: 12471079.

HSL color Cylindrical-coordinate representation of color #274BBE: hue angle of 225.7º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274BBE is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 75 190 -
CMYK 0.79 0.61 0 0.25
HSL 225.7º 0.66% 0.45% -
HSV(B) 225.7º 0.79% 0.75% -
XYZ 12.65 9.18 49.82 -
YUV 77.35 191.57 100.65 -
System Red Green Blue C M Y K H S L
Decimal 39 75 190 0.79 0.61 0 0.25 225.7 0.66 0.45
Hex 27 4B BE 4F 3D 0 19 E2 42 2D
Octal 47 113 276 117 75 0 31 342 102 55
Binary 100111 1001011 10111110 1001111 111101 0 11001 11100010 1000010 101101

Color Harmonies of #274BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274BBE

Black with #274BBE

Text Example


Text Example

White with #274BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274BBE; }

 p { color: rgb(39,75,190); }

 H1.HeaderClassName
 {
   color: #274BBE;
 }
 .AnyTagClassName
 {
   color: #274BBE;
 }
</style>

background-color css

<style>
 a { background-color: #274BBE; }

 a { background-color: rgb(39,75,190); }

 div.DivClassName
 {
   background-color: #274BBE;
 }
 .BgClassName
 {
   background-color: #274BBE;
 }
</style>

border-color css

<style>
 span { border-color: #274BBE; }

 span { border-color: rgb(39,75,190); }

 td.TdClassName
 {
   border-color: #274BBE;
 }
 .TagClassName
 {
   border-color: #274BBE;
 }
</style>