Html Css Color HEX #274EDD Cerulean Blue

📋 copy color: '#274EDD'

red 39 ◦ green 78 ◦ blue 221

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

Shades of Cerulean Blue #274EDD

Tints of Cerulean Blue #274EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.08%

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

R = 11.54%
G = 23.08%
B = 65.38%

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

#274EDD (or 0x274EDD) is known color: Cerulean Blue. HEX triplet: 27, 4E and DD. RGB value is (39,78,221). Sum of RGB (Red+Green+Blue) = 39+78+221=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #274EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EDD is #D8B122. Grayscale: #525252. Windows color (decimal): -14201123 or 14503463. OLE color: 14503463.

HSL color Cylindrical-coordinate representation of color #274EDD: hue angle of 227.14º 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 #274EDD is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 78 221 -
CMYK 0.82 0.65 0 0.13
HSL 227.14º 0.73% 0.51% -
HSV(B) 227.14º 0.82% 0.87% -
XYZ 16.61 11.1 69.67 -
YUV 82.64 206.08 96.87 -
System Red Green Blue C M Y K H S L
Decimal 39 78 221 0.82 0.65 0 0.13 227.14 0.73 0.51
Hex 27 4E DD 52 41 0 D E3 49 33
Octal 47 116 335 122 101 0 15 343 111 63
Binary 100111 1001110 11011101 1010010 1000001 0 1101 11100011 1001001 110011

Color Harmonies of #274EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274EDD

Black with #274EDD

Text Example


Text Example

White with #274EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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