Html Css Color HEX #274BE0 Cerulean Blue

📋 copy color: '#274BE0'

red 39 ◦ green 75 ◦ blue 224

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

Shades of Cerulean Blue #274BE0

Tints of Cerulean Blue #274BE0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

 BLUE value IS 224 (87.89% from 255) = 66.27%

R = 11.54%
G = 22.19%
B = 66.27%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#274BE0 (or 0x274BE0) is known color: Cerulean Blue. HEX triplet: 27, 4B and E0. RGB value is (39,75,224). Sum of RGB (Red+Green+Blue) = 39+75+224=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #274BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BE0 is #D8B41F. Grayscale: #505050. Windows color (decimal): -14201888 or 14699303. OLE color: 14699303.

HSL color Cylindrical-coordinate representation of color #274BE0: hue angle of 228.32º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274BE0 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 75 224 -
CMYK 0.83 0.67 0 0.12
HSL 228.32º 0.75% 0.52% -
HSV(B) 228.32º 0.83% 0.88% -
XYZ 16.81 10.85 71.73 -
YUV 81.22 208.57 97.88 -
System Red Green Blue C M Y K H S L
Decimal 39 75 224 0.83 0.67 0 0.12 228.32 0.75 0.52
Hex 27 4B E0 53 43 0 C E4 4B 34
Octal 47 113 340 123 103 0 14 344 113 64
Binary 100111 1001011 11100000 1010011 1000011 0 1100 11100100 1001011 110100

Color Harmonies of #274BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274BE0

Black with #274BE0

Text Example


Text Example

White with #274BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,75,224); }

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

background-color css

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

 a { background-color: rgb(39,75,224); }

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

border-color css

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

 span { border-color: rgb(39,75,224); }

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