Html Css Color HEX #274FDF Cerulean Blue

📋 copy color: '#274FDF'

red 39 ◦ green 79 ◦ blue 223

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

Shades of Cerulean Blue #274FDF

Tints of Cerulean Blue #274FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.4%

R = 11.44%
G = 23.17%
B = 65.4%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#274FDF (or 0x274FDF) is known color: Cerulean Blue. HEX triplet: 27, 4F and DF. RGB value is (39,79,223). Sum of RGB (Red+Green+Blue) = 39+79+223=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #274FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274FDF is #D8B020. Grayscale: #525252. Windows color (decimal): -14200865 or 14634791. OLE color: 14634791.

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

Color convert

RGB 39 79 223 -
CMYK 0.83 0.65 0 0.13
HSL 226.96º 0.74% 0.51% -
HSV(B) 226.96º 0.83% 0.87% -
XYZ 16.95 11.35 71.11 -
YUV 83.46 206.75 96.29 -
System Red Green Blue C M Y K H S L
Decimal 39 79 223 0.83 0.65 0 0.13 226.96 0.74 0.51
Hex 27 4F DF 53 41 0 D E3 4A 33
Octal 47 117 337 123 101 0 15 343 112 63
Binary 100111 1001111 11011111 1010011 1000001 0 1101 11100011 1001010 110011

Color Harmonies of #274FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274FDF

Black with #274FDF

Text Example


Text Example

White with #274FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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