Html Css Color HEX #274DCD Cerulean Blue

📋 copy color: '#274DCD'

red 39 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #274DCD

Tints of Cerulean Blue #274DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 12.15%
G = 23.99%
B = 63.86%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#274DCD (or 0x274DCD) is known color: Cerulean Blue. HEX triplet: 27, 4D and CD. RGB value is (39,77,205). Sum of RGB (Red+Green+Blue) = 39+77+205=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #274DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DCD is #D8B232. Grayscale: #4F4F4F. Windows color (decimal): -14201395 or 13454631. OLE color: 13454631.

HSL color Cylindrical-coordinate representation of color #274DCD: hue angle of 226.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274DCD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 77 205 -
CMYK 0.81 0.62 0 0.20
HSL 226.27º 0.68% 0.48% -
HSV(B) 226.27º 0.81% 0.8% -
XYZ 14.51 10.15 58.95 -
YUV 80.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 39 77 205 0.81 0.62 0 0.20 226.27 0.68 0.48
Hex 27 4D CD 51 3E 0 14 E2 44 30
Octal 47 115 315 121 76 0 24 342 104 60
Binary 100111 1001101 11001101 1010001 111110 0 10100 11100010 1000100 110000

Color Harmonies of #274DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274DCD

Black with #274DCD

Text Example


Text Example

White with #274DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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