Html Css Color HEX #274CCD Cerulean Blue

📋 copy color: '#274CCD'

red 39 ◦ green 76 ◦ blue 205

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

Shades of Cerulean Blue #274CCD

Tints of Cerulean Blue #274CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.75%

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

R = 12.19%
G = 23.75%
B = 64.06%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#274CCD (or 0x274CCD) is known color: Cerulean Blue. HEX triplet: 27, 4C and CD. RGB value is (39,76,205). Sum of RGB (Red+Green+Blue) = 39+76+205=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #274CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CCD is #D8B332. Grayscale: #4F4F4F. Windows color (decimal): -14201651 or 13454375. OLE color: 13454375.

HSL color Cylindrical-coordinate representation of color #274CCD: hue angle of 226.63º 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 #274CCD is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 76 205 -
CMYK 0.81 0.63 0 0.20
HSL 226.63º 0.68% 0.48% -
HSV(B) 226.63º 0.81% 0.8% -
XYZ 14.44 10.01 58.93 -
YUV 79.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 39 76 205 0.81 0.63 0 0.20 226.63 0.68 0.48
Hex 27 4C CD 51 3F 0 14 E3 44 30
Octal 47 114 315 121 77 0 24 343 104 60
Binary 100111 1001100 11001101 1010001 111111 0 10100 11100011 1000100 110000

Color Harmonies of #274CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274CCD

Black with #274CCD

Text Example


Text Example

White with #274CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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