Html Css Color HEX #274FC0 Cerulean Blue

📋 copy color: '#274FC0'

red 39 ◦ green 79 ◦ blue 192

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

Shades of Cerulean Blue #274FC0

Tints of Cerulean Blue #274FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 61.94%

R = 12.58%
G = 25.48%
B = 61.94%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#274FC0 (or 0x274FC0) is known color: Cerulean Blue. HEX triplet: 27, 4F and C0. RGB value is (39,79,192). Sum of RGB (Red+Green+Blue) = 39+79+192=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #274FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274FC0 is #D8B03F. Grayscale: #4F4F4F. Windows color (decimal): -14200896 or 12603175. OLE color: 12603175.

HSL color Cylindrical-coordinate representation of color #274FC0: hue angle of 224.31º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #274FC0 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 79 192 -
CMYK 0.80 0.59 0 0.25
HSL 224.31º 0.66% 0.45% -
HSV(B) 224.31º 0.8% 0.75% -
XYZ 13.15 9.83 51.07 -
YUV 79.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 39 79 192 0.80 0.59 0 0.25 224.31 0.66 0.45
Hex 27 4F C0 50 3B 0 19 E0 42 2D
Octal 47 117 300 120 73 0 31 340 102 55
Binary 100111 1001111 11000000 1010000 111011 0 11001 11100000 1000010 101101

Color Harmonies of #274FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274FC0

Black with #274FC0

Text Example


Text Example

White with #274FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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