Html Css Color HEX #274BB8 Cerulean Blue

📋 copy color: '#274BB8'

red 39 ◦ green 75 ◦ blue 184

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

Shades of Cerulean Blue #274BB8

Tints of Cerulean Blue #274BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 61.74%

R = 13.09%
G = 25.17%
B = 61.74%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#274BB8 (or 0x274BB8) is known color: Cerulean Blue. HEX triplet: 27, 4B and B8. RGB value is (39,75,184). Sum of RGB (Red+Green+Blue) = 39+75+184=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 184 (72.27% from 255 or 61.74% from 298); Max value from RGB is 184 - color contains mainly: blue. Hex color #274BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BB8 is #D8B447. Grayscale: #4C4C4C. Windows color (decimal): -14201928 or 12077863. OLE color: 12077863.

HSL color Cylindrical-coordinate representation of color #274BB8: hue angle of 225.1º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274BB8 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 39 75 184 -
CMYK 0.79 0.59 0 0.28
HSL 225.1º 0.65% 0.44% -
HSV(B) 225.1º 0.79% 0.72% -
XYZ 12 8.92 46.44 -
YUV 76.66 188.57 101.14 -
System Red Green Blue C M Y K H S L
Decimal 39 75 184 0.79 0.59 0 0.28 225.1 0.65 0.44
Hex 27 4B B8 4F 3B 0 1C E1 41 2C
Octal 47 113 270 117 73 0 34 341 101 54
Binary 100111 1001011 10111000 1001111 111011 0 11100 11100001 1000001 101100

Color Harmonies of #274BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274BB8

Black with #274BB8

Text Example


Text Example

White with #274BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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