Html Css Color HEX #274FCE Cerulean Blue

📋 copy color: '#274FCE'

red 39 ◦ green 79 ◦ blue 206

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

Shades of Cerulean Blue #274FCE

Tints of Cerulean Blue #274FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.38%

 BLUE value IS 206 (80.86% from 255) = 63.58%

R = 12.04%
G = 24.38%
B = 63.58%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#274FCE (or 0x274FCE) is known color: Cerulean Blue. HEX triplet: 27, 4F and CE. RGB value is (39,79,206). Sum of RGB (Red+Green+Blue) = 39+79+206=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #274FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274FCE is #D8B031. Grayscale: #505050. Windows color (decimal): -14200882 or 13520679. OLE color: 13520679.

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

Color convert

RGB 39 79 206 -
CMYK 0.81 0.62 0 0.19
HSL 225.63º 0.68% 0.48% -
HSV(B) 225.63º 0.81% 0.81% -
XYZ 14.77 10.48 59.64 -
YUV 81.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 39 79 206 0.81 0.62 0 0.19 225.63 0.68 0.48
Hex 27 4F CE 51 3E 0 13 E2 44 30
Octal 47 117 316 121 76 0 23 342 104 60
Binary 100111 1001111 11001110 1010001 111110 0 10011 11100010 1000100 110000

Color Harmonies of #274FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274FCE

Black with #274FCE

Text Example


Text Example

White with #274FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,79,206); }

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

background-color css

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

 a { background-color: rgb(39,79,206); }

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

border-color css

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

 span { border-color: rgb(39,79,206); }

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