Html Css Color HEX #274DDD Cerulean Blue

📋 copy color: '#274DDD'

red 39 ◦ green 77 ◦ blue 221

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

Shades of Cerulean Blue #274DDD

Tints of Cerulean Blue #274DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.58%

R = 11.57%
G = 22.85%
B = 65.58%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#274DDD (or 0x274DDD) is known color: Cerulean Blue. HEX triplet: 27, 4D and DD. RGB value is (39,77,221). Sum of RGB (Red+Green+Blue) = 39+77+221=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #274DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DDD is #D8B222. Grayscale: #515151. Windows color (decimal): -14201379 or 14503207. OLE color: 14503207.

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

Color convert

RGB 39 77 221 -
CMYK 0.82 0.65 0 0.13
HSL 227.47º 0.73% 0.51% -
HSV(B) 227.47º 0.82% 0.87% -
XYZ 16.54 10.96 69.65 -
YUV 82.05 206.41 97.29 -
System Red Green Blue C M Y K H S L
Decimal 39 77 221 0.82 0.65 0 0.13 227.47 0.73 0.51
Hex 27 4D DD 52 41 0 D E3 49 33
Octal 47 115 335 122 101 0 15 343 111 63
Binary 100111 1001101 11011101 1010010 1000001 0 1101 11100011 1001001 110011

Color Harmonies of #274DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274DDD

Black with #274DDD

Text Example


Text Example

White with #274DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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