Html Css Color HEX #274DDC Cerulean Blue

📋 copy color: '#274DDC'

red 39 ◦ green 77 ◦ blue 220

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

Shades of Cerulean Blue #274DDC

Tints of Cerulean Blue #274DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 11.61%
G = 22.92%
B = 65.48%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#274DDC (or 0x274DDC) is known color: Cerulean Blue. HEX triplet: 27, 4D and DC. RGB value is (39,77,220). Sum of RGB (Red+Green+Blue) = 39+77+220=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #274DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DDC is #D8B223. Grayscale: #515151. Windows color (decimal): -14201380 or 14437671. OLE color: 14437671.

HSL color Cylindrical-coordinate representation of color #274DDC: hue angle of 227.4º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274DDC is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 77 220 -
CMYK 0.82 0.65 0 0.14
HSL 227.4º 0.72% 0.51% -
HSV(B) 227.4º 0.82% 0.86% -
XYZ 16.41 10.91 68.95 -
YUV 81.94 205.91 97.37 -
System Red Green Blue C M Y K H S L
Decimal 39 77 220 0.82 0.65 0 0.14 227.4 0.72 0.51
Hex 27 4D DC 52 41 0 E E3 48 33
Octal 47 115 334 122 101 0 16 343 110 63
Binary 100111 1001101 11011100 1010010 1000001 0 1110 11100011 1001000 110011

Color Harmonies of #274DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274DDC

Black with #274DDC

Text Example


Text Example

White with #274DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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