Html Css Color HEX #264DBE Cerulean Blue

📋 copy color: '#264DBE'

red 38 ◦ green 77 ◦ blue 190

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

Shades of Cerulean Blue #264DBE

Tints of Cerulean Blue #264DBE

RGB

 RED value IS 38 (15.23% from 255) = 12.46%

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

 BLUE value IS 190 (74.61% from 255) = 62.3%

R = 12.46%
G = 25.25%
B = 62.3%

CMYK

 C value IS 0.8

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#264DBE (or 0x264DBE) is known color: Cerulean Blue. HEX triplet: 26, 4D and BE. RGB value is (38,77,190). Sum of RGB (Red+Green+Blue) = 38+77+190=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #264DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DBE is #D9B241. Grayscale: #4D4D4D. Windows color (decimal): -14266946 or 12471590. OLE color: 12471590.

HSL color Cylindrical-coordinate representation of color #264DBE: hue angle of 224.61º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264DBE is Cyan = 0.8, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 77 190 -
CMYK 0.8 0.59 0 0.25
HSL 224.61º 0.67% 0.45% -
HSV(B) 224.61º 0.8% 0.75% -
XYZ 12.75 9.44 49.86 -
YUV 78.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 38 77 190 0.8 0.59 0 0.25 224.61 0.67 0.45
Hex 26 4D BE 50 3B 0 19 E1 43 2D
Octal 46 115 276 120 73 0 31 341 103 55
Binary 100110 1001101 10111110 1010000 111011 0 11001 11100001 1000011 101101

Color Harmonies of #264DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DBE

Black with #264DBE

Text Example


Text Example

White with #264DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264DBE; }

 p { color: rgb(38,77,190); }

 H1.HeaderClassName
 {
   color: #264DBE;
 }
 .AnyTagClassName
 {
   color: #264DBE;
 }
</style>

background-color css

<style>
 a { background-color: #264DBE; }

 a { background-color: rgb(38,77,190); }

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

border-color css

<style>
 span { border-color: #264DBE; }

 span { border-color: rgb(38,77,190); }

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