Html Css Color HEX #274DCF Cerulean Blue

📋 copy color: '#274DCF'

red 39 ◦ green 77 ◦ blue 207

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

Shades of Cerulean Blue #274DCF

Tints of Cerulean Blue #274DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 12.07%
G = 23.84%
B = 64.09%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#274DCF (or 0x274DCF) is known color: Cerulean Blue. HEX triplet: 27, 4D and CF. RGB value is (39,77,207). Sum of RGB (Red+Green+Blue) = 39+77+207=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #274DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DCF is #D8B230. Grayscale: #4F4F4F. Windows color (decimal): -14201393 or 13585703. OLE color: 13585703.

HSL color Cylindrical-coordinate representation of color #274DCF: hue angle of 226.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274DCF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 77 207 -
CMYK 0.81 0.63 0 0.19
HSL 226.43º 0.68% 0.48% -
HSV(B) 226.43º 0.81% 0.81% -
XYZ 14.75 10.24 60.23 -
YUV 80.46 199.41 98.43 -
System Red Green Blue C M Y K H S L
Decimal 39 77 207 0.81 0.63 0 0.19 226.43 0.68 0.48
Hex 27 4D CF 51 3F 0 13 E2 44 30
Octal 47 115 317 121 77 0 23 342 104 60
Binary 100111 1001101 11001111 1010001 111111 0 10011 11100010 1000100 110000

Color Harmonies of #274DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274DCF

Black with #274DCF

Text Example


Text Example

White with #274DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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