Html Css Color HEX #274DB9 Cerulean Blue

📋 copy color: '#274DB9'

red 39 ◦ green 77 ◦ blue 185

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

Shades of Cerulean Blue #274DB9

Tints of Cerulean Blue #274DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 185 (72.66% from 255) = 61.46%

R = 12.96%
G = 25.58%
B = 61.46%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#274DB9 (or 0x274DB9) is known color: Cerulean Blue. HEX triplet: 27, 4D and B9. RGB value is (39,77,185). Sum of RGB (Red+Green+Blue) = 39+77+185=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #274DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DB9 is #D8B246. Grayscale: #4D4D4D. Windows color (decimal): -14201415 or 12143911. OLE color: 12143911.

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

Color convert

RGB 39 77 185 -
CMYK 0.79 0.58 0 0.27
HSL 224.38º 0.65% 0.44% -
HSV(B) 224.38º 0.79% 0.73% -
XYZ 12.25 9.24 47.04 -
YUV 77.95 188.41 100.22 -
System Red Green Blue C M Y K H S L
Decimal 39 77 185 0.79 0.58 0 0.27 224.38 0.65 0.44
Hex 27 4D B9 4F 3A 0 1B E0 41 2C
Octal 47 115 271 117 72 0 33 340 101 54
Binary 100111 1001101 10111001 1001111 111010 0 11011 11100000 1000001 101100

Color Harmonies of #274DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274DB9

Black with #274DB9

Text Example


Text Example

White with #274DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,77,185); }

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

background-color css

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

 a { background-color: rgb(39,77,185); }

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

border-color css

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

 span { border-color: rgb(39,77,185); }

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